Sha256: acd7a1a34d8fe2657bced597967abb4c7078aa5d2a58ba71417fbdbfa70a601b

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

ignore_properties 'contentStretch', 'simulatedStatusBarMetrics', 'simulatedOrientationMetrics'
ignore_classes 'IBProxyObject'

# To get another creation call than standard
# Ti.UI.create#{name}
# give a array as value: 'IBUIWindow' => ['Window', 'myWindowCall']
classes 'IBUIWindow' => 'Window',
        'IBUIView' => 'View',
        'IBUILabel' => 'Label',  
        '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})
# color(:output)
# font(:output)
# vextor(:x, :y) # Where '{1, 2}' => {:x => 1, :y => 2}
properties 'backgroundColor' => color(:backgroundColor),
           'font' => font(:font),
           'frameOrigin' => vector(:top, :bottom),
           'frameSize' => vector(:height, :width),
           'text' => val(:text),
           'textColor' => color(:color)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
puer-0.0.3 lib/puer/config.rb