sencha-touch

Open HTML5 date picker on icon click

爱⌒轻易说出口 提交于 2019-11-26 23:18:59
问题 I have an HTML5 date picker. It is opened when I click on the date picker text box. Todo : I have to change the event to an icon, but I'm not sure how to achieve this. I have to open the date picker when I click on the calendar icon. Here is the HTML code for my datepicker: <img src="date.png" alt="Date Picker" id="datepickericon" /> <input name="calendarselect{ContactID}" class="timeselect" type="date" id="calendar"> <script> document.getElementById("datepickericon").onclick = function(e){

Sencha Touch 2.0 MVC tutorial [closed]

☆樱花仙子☆ 提交于 2019-11-26 22:37:38
问题 I am very new to Sencha Touch framework, want to start with Sencha Touch 2.0 but not able to find any tutorial showing an application built using MVC Pattern and specifically in Sencha Touch version 2.0. 回答1: Here are two videos from the sencha 2011 conference: SenchaCon 2011: MVC in Depth Part 1 https://vimeo.com/33311074 and SenchaCon 2011: MVC in Depth Part 2 https://vimeo.com/33430731 Also you can check their blog for other short tutorials. Another video to better understand Sencha Touch

How to consume SOAP web service in SENCHA TOUCH?

怎甘沉沦 提交于 2019-11-26 22:26:27
问题 I am new to sencha touch and i want to consume soap web service in sencha touch.I have written code for this cause, but the problem is that I am getting just plain HTML content as response not the soap object. And I dont know how to call a specific method from web service to sencha touch. Here's my code :- Ext.Ajax.request({ method: 'get', url: 'http://192.168.1.15:80/himanshu/helloworldwebservice.asmx', success: function (response, request) { alert('Working!') alert(response.responseText)

Generate a sencha touch app

三世轮回 提交于 2019-11-26 21:23:01
问题 I am trying to create a new sencha touch app using "sencha generate app MyApp ../MyApp" command on Windows. I have done the following : Downloaded the latest sencha SDK and extracted it in folder "D:\MyProjects\sencha-touch-2.1.0-gpl" folder. Installed the sencha SDK tools in "D:\MyProjects\SenchaSDKTools-2.0.0-beta3" folder. Ensured that the system environment variable "SENCHA_SDK_TOOLS_2_0_0_BETA3" is indeed pointing to "D:\MyProjects\SenchaSDKTools-2.0.0-beta3" As per the sencha

Use a web mobile framework?

笑着哭i 提交于 2019-11-26 12:57:22
问题 I\'m currently on a new projet to realize an application for mobile. The client isn\'t decided and I\'ve to suggest several solutions. The compatibility with Android (version 2.2+) is required and iOS and others OS could be nice. We can only develop for Android but I thought to use a web mobile framework. As I never used them, I started to looking for the existing solutions. I has heard of PhoneGap, Titanium, Sencha Touch and jQuery Mobile. Here is possibilities that I found : PhoneGap +

Sencha Touch or jQuery Mobile? [closed]

折月煮酒 提交于 2019-11-26 11:55:16
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I wonder if I were to develop a mobile Web app (now, in two weeks, or in a month), which one should I go for? Which one would you mobile Web developers go for? If jQM 1.0 were officially released today, I would most likely embrace it (as long as it actually delivers what it