lib/puer/config.rb in puer-0.0.2 vs lib/puer/config.rb in puer-0.0.3
- old
+ new
@@ -5,10 +5,16 @@
# Ti.UI.create#{name}
# give a array as value: 'IBUIWindow' => ['Window', 'myWindowCall']
classes 'IBUIWindow' => 'Window',
'IBUIView' => 'View',
'IBUILabel' => 'Label',
- 'IBUIButton' => 'Button'
+ 'IBUIButton' => 'Button',
+ 'IBUITextField' => 'TextField',
+ 'IBUIImageView' => 'ImageView',
+ 'IBUIScrollView' => 'ScrollView',
+ 'IBUITableView' => 'TableView',
+ 'IBUITextView' => 'TextView',
+ 'IBUIWebView' => 'WebView'
# Available types:
# val(:output)
# bool(:output) # Where '0' gives {:output => false} and '1' gives {:output => true}
# lookup(:output, {'yes' => true, 'no' => false})