如何在appcelerator中添加tableview行时将自动大小设置为textarea?

时间:2016-04-09 11:08:33

标签: ios textarea tableview appcelerator appcelerator-titanium

我是appcelerator的新手。我正在开发一个ios应用程序,因为我需要提供一个自动调整文本区域。当我将textarea添加到tableview行时,它不允许我在textArea中输入文本。提前感谢..

INDEX.XML

<TableViewRow id="textRow" width="100%" height="12%">
                <View id="textView" >
                <Label id="text" text="Text" left="4%" top="12%" color="#a8a8a8" />
                <TextArea id="textArea" width="65%" right="2%" textAlign="right"  returnKeyType="Titanium.UI.RETURNKEY_DONE" top="12%"/>
                </View>
                </TableViewRow>

0 个答案:

没有答案