pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

buttonTitle attribute not working #3

Closed jamesdevries closed 13 years ago

jamesdevries commented 13 years ago

I am using the following:

var textArea = Ti.Pedro.createSMSView({ backgroundColor: '#b7d4fa', assets:'assets', buttonTitle: 'Post', autocorrect: true, });

and the screen does not show the control at all.

pec1985 commented 13 years ago

Good to know, I'll take a look at it ASAP .

Sent from my iPhone

On Sep 3, 2011, at 22:45, jamesdevriesreply@reply.github.com wrote:

I am using the following:

var textArea = Ti.Pedro.createSMSView({ backgroundColor: '#b7d4fa', assets:'assets', buttonTitle: 'Post', autocorrect: true, });

and the screen does not show the control at all.

Reply to this email directly or view it on GitHub: https://github.com/pec1985/ExpandableTextArea/issues/3

pec1985 commented 13 years ago

Fixed

pec1985 commented 13 years ago

Please download version 2.2 - which contains this fix