Skip to content

Instantly share code, notes, and snippets.

@jaehess
jaehess / app.js
Created March 18, 2010 04:30 — forked from noahd1/app.js
Titanium.UI.setBackgroundColor('#000');
var tabGroup = Titanium.UI.createTabGroup();
var win = Titanium.UI.createWindow({
title:'Tab',
backgroundColor:'#fff'
});
var tab = Titanium.UI.createTab({
Titanium.UI.setBackgroundColor('#000');
var tab_group = Ti.UI.createTabGroup();
var win = Titanium.UI.createWindow({ });
win.hideTabBar();
var edit = Titanium.UI.createButton({title:'Move'});
win.setRightNavButton(edit);
var data = [
{title: 'foo'},
<html>
<head>
<title>Fetch Image</title>
<script type="text/javascript" src="index.js"></script>
<link href="index.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<h3>Fetch Image From URL:</h3>
<div style='font-weight:bold'>Title</div>
<input id="imgTitle" type="text"></input>