标签: titanium titanium-mobile appcelerator appcelerator-mobile
我正在研究Titanium。我尝试以编程方式选择文本域中的值,如
txtfieldObj.setSelection(0,value.length);
它适用于IOS和ANDROID,但不适用于MOBILEWEB。 任何人都可以在Titanium MOBILEWEB中实现这一点。
先谢谢,
Swathi。