December 2010
4 posts
4 tags
jquery Titanium Framework next moves
Adding .attr() support to allow setting one attribute or many including an id property that will add that control to the stack I’m storing for $(‘#id’) retrieval.
JQuery like commands in @appcelerator
$(‘window#win’).with({title:’test’})
.append($(‘label#lab’).with({text:’test’});
Instead of
var win = Titanium.UI.createWindow({title:’test’});
var lab = Titanium.UI.createLabel({text:’test’});
win.add(lab);
Coming soon!
5 tags
IIS7 default site missing / won't start fix! →
Thank the heavens for this post which just saves me a nightmare after IIS7 packed up on my Windows 7 install.
Phew!
I’m at The Escape
Escape Towers
Follow me on Gowalla