phoneGap camera and sencha touch view
问题 I have to combine the phoneGap camera api with sencha touch. I have created a view CameraView and a controller Camera , but I don't know how to display the image captured by the camera on my view. // JavaScript Document LoginForm.views.CameraView = Ext.extend(Ext.form.FormPanel, { id:'CameraView', title: "CameraView", html:'<img height=200 width=200 id="myImage"/>', initComponent: function() { Ext.apply(this, { bodyStyle:'background-color:#fff;padding: 10px', dockedItems: [{ dock:'bottom',