我用行創建了表視圖,那些包含標籤和開關盒,樣式是複選框。我的要求是,在這些行復選框中,我選擇了其中一些。然後,我想要那些被選中並且未被選中的複選框。以下是我的代碼: // My Array Data for Table-view
var checkboxArray = [ { title: "Mountain View (North America)\nCloudy", leftImage:
我app.js文件是: // this sets the background color of the master UIView (when there are no windows/tab groups on it)
Titanium.UI.setBackgroundColor('#fff');
// create tab group
//var tabGroup = Titaniu