Hi,
is there a guide like this http://miamicoder.com/2011/writing-a...cation-part-1/ for Sencha Touch 2?
Printable View
Hi,
is there a guide like this http://miamicoder.com/2011/writing-a...cation-part-1/ for Sencha Touch 2?
New guides are being created but we are trying our hardest to get things out as soon as possible for people so it's kind of tug and war between those. There are some guides in the API documentation.
Ok, thanks.
My problems is this:
- in "kitchen sink" example I go to the "User Interface -> List" and if I click on "onItemDisclosure" button I want to open a form (like your tutorial).
If I write this
the form overwrite all...Code:onItemDisclosure: function (e, b, d) {
var ff = new Kitchensink.view.MyForms();
ff.show();
}
I look forward to your guide.
Thanks