<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Sencha Forum - Sencha Touch 2.x: Q&A]]></title>
		<link>http://www.sencha.com/forum/</link>
		<description>Get helpful answers from community members using Sencha Touch 2.</description>
		<language>en</language>
		<lastBuildDate>Sat, 25 May 2013 02:04:38 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.sencha.com/forum/images/misc/rss.png</url>
			<title><![CDATA[Sencha Forum - Sencha Touch 2.x: Q&A]]></title>
			<link>http://www.sencha.com/forum/</link>
		</image>
		<item>
			<title>Sencha Cmd Build Native vs. Cordova</title>
			<link>http://www.sencha.com/forum/showthread.php?264442-Sencha-Cmd-Build-Native-vs.-Cordova&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 17:50:50 GMT</pubDate>
			<description>From what I read Sencha offers native build functionality. How does this differ than building with Cordova? 
 
It would be helpful to know the...</description>
			<content:encoded><![CDATA[<div>From what I read Sencha offers native build functionality. How does this differ than building with Cordova?<br />
<br />
It would be helpful to know the feature comparison between the 2 different approaches.<br />
<br />
Thanks</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>Norm1</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264442-Sencha-Cmd-Build-Native-vs.-Cordova</guid>
		</item>
		<item>
			<title><![CDATA[selectField: tableAlign='left' not working in toolbars]]></title>
			<link>http://www.sencha.com/forum/showthread.php?264438-selectField-tableAlign-left-not-working-in-toolbars&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 15:59:08 GMT</pubDate>
			<description>Code below does not work: the label is placed on top of the select field, where it should be placed left of the select field, and even is abbreviated...</description>
			<content:encoded><![CDATA[<div>Code below does not work: the label is placed on top of the select field, where it should be placed left of the select field, and even is abbreviated to &quot;Some ...&quot;.<br />
<br />
This is on Chrome 27.<br />
<br />
Any idea what I'm wrong wrong?<br />
<br />
Thanks<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.create('Ext.form.Panel', {<br />
&nbsp; &nbsp; iconCls:&nbsp; &nbsp; 'maps', <br />
&nbsp; &nbsp; layout:&nbsp; &nbsp; &nbsp; &nbsp; 'fit',<br />
&nbsp; &nbsp; items:&nbsp; &nbsp; &nbsp; &nbsp; [<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype :&nbsp; &nbsp; &nbsp; &nbsp; 'toolbar',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; docked:&nbsp; &nbsp; &nbsp; &nbsp; 'top',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; items:&nbsp; &nbsp; &nbsp; &nbsp; [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'selectfield',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; label:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'Some random label',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; labelAlign:&nbsp; &nbsp; &nbsp; &nbsp; 'left',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; options: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { text: 'Value1', value: 'value1' },<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { text: 'Value2', value: 'value2' },<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { text: 'Value3', value: 'value3' },<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ],<br />
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
&nbsp; &nbsp; ],<br />
})</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>Dierk</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264438-selectField-tableAlign-left-not-working-in-toolbars</guid>
		</item>
		<item>
			<title>File Upload using Sencha Touch from browser</title>
			<link>http://www.sencha.com/forum/showthread.php?264430-File-Upload-using-Sencha-Touch-from-browser&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 14:22:29 GMT</pubDate>
			<description>Hi, 
 
 
I would like to upload a file using Sencha Touch 2.0.1. 
 
 
I have Implemented a solution as per below link....</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
<br />
I would like to upload a file using Sencha Touch 2.0.1.<br />
<br />
<br />
I have Implemented a solution as per below link.<br />
<a href="http://mindsaur.com/demo/fileupload/" target="_blank" rel="nofollow">http://mindsaur.com/demo/fileupload/</a><br />
<br />
<br />
But it's not working in android 2.3 <br />
because that plugin uses &quot;FormData&quot; which is not supported in some older browser.<br />
<br />
<br />
Can we achieve this using Ext.Ajax.request ?<br />
<br />
<br />
I have modified that plugin by replacing FormData as per below.<br />
<br />
<br />
Ext.Ajax.request({<br />
    url: url,<br />
    isUpload: true,<br />
    headers: {'Content-type':'multipart/form-data'},<br />
    method: 'POST',<br />
    form: Ext.get('fileElement').down('form'), <br />
    success: function(response, options) { console.log('ok'); },<br />
    failure: function(response, options) { console.log('fail'); }<br />
});<br />
<br />
<br />
but it gives error &quot;Uncaught TypeError: Cannot set property 'ext-element-11' of undefined&quot;<br />
<br />
<br />
While debugging i found that id('ext-element-11') was generated by sencha for iframe to perform file-upload using iframe.<br />
<br />
<br />
Or any one having better solution please provide as soon as possible.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>vijay.chauhan</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264430-File-Upload-using-Sencha-Touch-from-browser</guid>
		</item>
		<item>
			<title>Integrating with Cordova</title>
			<link>http://www.sencha.com/forum/showthread.php?264428-Integrating-with-Cordova&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 13:57:36 GMT</pubDate>
			<description><![CDATA[Hi, I'm a new bye. 
I'm a bit confused about sencha touch integration with cordova (I generally use sencha architect)  
 
On  the internet I read...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm a new bye.<br />
I'm a bit confused about sencha touch integration with cordova (I generally use sencha architect) <br />
<br />
On  the internet I read sometimes article referring at adding secha touch to a cordova project with eclipse (more or less :)<br />
<br />
Somewhere else I read you just need to include the cordova.js file from the index.html file in sencha touch?<br />
<br />
!?? :)<br />
<br />
I'd really appreciate the second approach because I'd like to continue developping with the Architect and access the cordova js api? <br />
Is that possible? Has someone a practical example?<br />
Thanks in advance, Andrea.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>mob1</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264428-Integrating-with-Cordova</guid>
		</item>
		<item>
			<title>Data retrieved from Ajax proxy request is not getting updated in list - ST 2.1.1</title>
			<link>http://www.sencha.com/forum/showthread.php?264425-Data-retrieved-from-Ajax-proxy-request-is-not-getting-updated-in-list-ST-2.1.1&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 12:39:04 GMT</pubDate>
			<description>Hi, 
I am using Sencha Touch 2.1.1 version.My issue is Dynamic Data retrieved from Ajax proxy request is not getting updated in list.The data from...</description>
			<content:encoded><![CDATA[<div><b><font size="3">Hi,<br />
</font></b><br /><br /><b><font size="3">I am using Sencha Touch 2.1.1 version.</font></b><br /><br /><b><font size="3">My issue is Dynamic Data retrieved from Ajax proxy request is not getting updated in list.</font></b><br /><br /><b><font size="3">The data from first proxy request got assigned to list &amp; I can see it in the list. But the data from subsequent request (i.e content will be dynamic for each proxy request in JSON format for list) is not getting updated in list and I always see the data from first request. </font></b><br /><br /><b><font size="3">I have tried “Refresh()” method of list, but still list does not get updated. </font></b><br /><br /><b><font size="3">I have referred this Sencha forum link which says the refresh method issue got solved in Sencha Touch 2.1.1, but still no luck and as mentioned above I am using Sencha touch 2.1.1.</font></b><br /><br /><b><font size="3">Note: I have verified the data coming from each request by giving an alert/printing my store object and I can see the updated data for each request in store object, the issue is List is not getting updated.</font></b><br /><br />Solution for this issue would be greatly appreciated!<b><font size="2">Please find below the my code for View, Controller, Store &amp; Model.</font></b><br /><br /><u><font size="3">My view code</font></u><br />
<br />
Ext.define('My.view.ToolsandInformationPage', {<br />
    extend: 'Ext.Container',<br />
    xtype: 'ToolsandInformation',<br />
    requires: [My.store.ToolsAndInformationNavigation', 'Ext.List'],<br />
      initialize: function () {<br />
 <br />
        this.callParent(arguments);<br />
 <br />
    },<br />
 <br />
    config: {<br />
        flex: 1,<br />
        layout: 'vbox',<br />
        scrollable: true,<br />
        items: [<br />
                           {<br />
                               xtype: 'titlebar',<br />
                               docked: 'top',<br />
                               title: '',<br />
                               items: [<br />
                                         {<br />
                                             xtype: 'button',<br />
                                             ui: 'back',<br />
                                             id: 'toolsBackBtn',<br />
                                             text: 'BACK'<br />
 <br />
                                         },<br />
                                         {<br />
                                             xtype: 'button',<br />
                                             iconCls: 'home',<br />
                                             iconMask: true,<br />
                                             align: 'right',<br />
                                             id: 'toolstHomeIcon'<br />
                                         }<br />
                                  ]<br />
                           },<br />
{<br />
 <br />
                    xtype: 'list',<br />
                    height: 600,<br />
                               draggable: false,<br />
                               scrollable: false,<br />
                   id: 'toolsSubMenu',<br />
itemTpl:new Ext.XTemplate('&lt;span class=&quot;navitems&quot;&gt; {Label}&lt;/span&gt;'),<br />
                               store: 'ToolsAndInformationNav'<br />
 <br />
                           }<br />
]<br />
    }<br />
});<br />
<br />
<br />
<u>My Controller Code</u><br />
 <br />
DisplayViewById: function (pageId) {<br />
Ext.Ajax.request({<br />
            headers: {<br />
                'Content-Type': 'application/json; charset=utf-8'<br />
            },<br />
 <br />
            url: ‘requestUrl’+ pageId, //Valid URL<br />
            success: function (response, opts) {<br />
                var jsonResponse = Ext.decode(response.responseText);<br />
              var navigationLinks = jsonResponse.TopicalNavigation;<br />
              navigationLinks = '{TopicalNavigation:' + Ext.encode(navigationLinks) + '}';<br />
 <br />
                        var navStore = Ext.create(My.store.ToolsAndInformationNavigation', {<br />
                            autoLoad: true,<br />
                            autoSync: true,<br />
                            model: ' My.model.MainNavigation',<br />
                            storeId: 'ToolsAndInformationNav',<br />
                            data: navigationLinks,<br />
                            proxy: {<br />
                                type: 'memory',<br />
                                reader: {<br />
                                    type: 'json',<br />
                                    rootProperty: 'TopicalNavigation'<br />
                                }<br />
                            }<br />
                        });<br />
 <br />
                  var toolsSubmenu = Ext.getCmp('toolsSubMenu');<br />
                       toolsSubmenu.refresh();<br />
 <br />
 <br />
<u>My Store Code</u><br />
 <br />
Ext.define('My.store.ToolsAndInformationNavigation', {<br />
    extend: 'Ext.data.Store',<br />
    requires: ['My.model.MainNavigation'],<br />
    config: {<br />
        model: 'My.model.MainNavigation',<br />
       storeId: 'ToolsAndInformationNav'<br />
       <br />
    }<br />
});<br />
 <br />
 <br />
<u>My Model Code:</u><br />
 <br />
Ext.define('My.model.MainNavigation', {<br />
       extend: 'Ext.data.Model',<br />
       config: {<br />
           fields: ['Label', 'ActionUrl', 'ID']<br />
       }<br />
});<br />
 <br />
  <br />
<u>JSON data from Request </u>will be like this,<br />
<br />
{&quot;TopicalNavigation&quot;:[{&quot;ID&quot;:&quot;x291&quot;,&quot;Label&quot;:&quot;Products&quot;,&quot;ActionUrl&quot;:&quot;291/products&quot;},{&quot;ID&quot;:&quot;x292&quot;,&quot;Label&quot;:&quot;Center&quot;,&quot;ActionUrl&quot;:&quot;292/center&quot;},{&quot;ID&quot;:&quot;x293&quot;,&quot;Label&quot;:&quot;FAQs&quot;,&quot;ActionUrl&quot;:&quot;293/faqs&quot;},{&quot;ID&quot;:&quot;x45&quot;,&quot;Label&quot;:&quot;About Us&quot;,&quot;ActionUrl&quot;:&quot;45/about-us&quot;}]}<br />
<br />
Thanks,<br />
Aslam</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>mohamedaslam.a</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264425-Data-retrieved-from-Ajax-proxy-request-is-not-getting-updated-in-list-ST-2.1.1</guid>
		</item>
		<item>
			<title>Debug packaged 2.2 app on iOS</title>
			<link>http://www.sencha.com/forum/showthread.php?264424-Debug-packaged-2.2-app-on-iOS&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 12:29:33 GMT</pubDate>
			<description>Hi everyone, 
 
Using osx 10.8 with Safari 6.0 I would like to attach the development console (from within Safari) to my connected iPhone so I can...</description>
			<content:encoded><![CDATA[<div>Hi everyone,<br />
<br />
Using osx 10.8 with Safari 6.0 I would like to attach the development console (from within Safari) to my connected iPhone so I can debug my packaged app.<br />
<br />
So far my iPhone shows up, but when I view the list of apps which Safari can connect with, it says 'No Inspectable Applications'. When I open Safari on my iPhone with for ex 'google.com' it directly shows up as inspectable. But my Sencha app not :(<br />
<br />
Everywhere on the internet I read the PhoneGap / Cordove apps should be inspectable so I wonder whether I do something wrong? Thanks in advance!</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>Razr</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264424-Debug-packaged-2.2-app-on-iOS</guid>
		</item>
		<item>
			<title>Chart with custom sprite as background</title>
			<link>http://www.sencha.com/forum/showthread.php?264421-Chart-with-custom-sprite-as-background&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 11:49:16 GMT</pubDate>
			<description>I have pretty basic line chart with time on x-axis and numeric values on y-axis. 
 
Now I would like to add colored background element to chart what...</description>
			<content:encoded><![CDATA[<div>I have pretty basic line chart with time on x-axis and numeric values on y-axis.<br />
<br />
Now I would like to add colored background element to chart what highlights part of the chart between specific time values.<br />
<br />
I figured out there is no direct way to do this, so I was thinking to add rect sprite to chart surface, which height is same as charts and width comes from time difference. But I have no idea how to do this...<br />
<br />
Or maybe customizing x-axis' grid somehow that it shows the specific area with different color...<br />
<br />
Any suggestions how I can achieve this?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>teroko</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264421-Chart-with-custom-sprite-as-background</guid>
		</item>
		<item>
			<title>Theming Sencha Touch</title>
			<link>http://www.sencha.com/forum/showthread.php?264409-Theming-Sencha-Touch&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 09:44:21 GMT</pubDate>
			<description><![CDATA[Is it possible to create custom css classes for the sencha components instead of  manipulating the baseCls's of the DOM like .x-list or .x-list-item?...]]></description>
			<content:encoded><![CDATA[<div>Is it possible to create custom css classes for the sencha components instead of  manipulating the baseCls's of the DOM like .x-list or .x-list-item? The cls config property only affects a few components (those which don't have nested default css classes).<br />
<br />
Also, does using the default base classes cause any sort of problems when upgrading to newer versions of Sencha Touch?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>AdityaRaja</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264409-Theming-Sencha-Touch</guid>
		</item>
		<item>
			<title>Sencha building ios app with phonegap php login problem</title>
			<link>http://www.sencha.com/forum/showthread.php?264408-Sencha-building-ios-app-with-phonegap-php-login-problem&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 09:43:16 GMT</pubDate>
			<description><![CDATA[Hi, I'm trying to build an iOs app using Sencha Touch and phonegap. I created my package including cordova js file and the app works in xcode. My...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm trying to build an iOs app using Sencha Touch and phonegap. I created my package including cordova js file and the app works in xcode. My problem is that I use a php file to check the login and when I build my app it doesn't work.<br />
If I test my app in a browser it works but when I build the package and run it in xcode, my app loops in a &quot;Loading..&quot; screen and don't complete the login. My php file is in <i>resources/script</i> and I added this folder to resources in <i>app.json<br />
</i></div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>andyts93</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264408-Sencha-building-ios-app-with-phonegap-php-login-problem</guid>
		</item>
		<item>
			<title>OnItemTap List not firing - no MVC examples found. Help?</title>
			<link>http://www.sencha.com/forum/showthread.php?264387-OnItemTap-List-not-firing-no-MVC-examples-found.-Help&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 03:17:41 GMT</pubDate>
			<description><![CDATA[Hi, I've been working on my first Sencha app as for a school project and have most of my functions behaving but I have an information list that I...]]></description>
			<content:encoded><![CDATA[<div>Hi, I've been working on my first Sencha app as for a school project and have most of my functions behaving but I have an information list that I would like to have display an overlay panel  with details when tapped that is being troublesome. Most of the bits of code I've found around the web use the old Sencha format. I've been able to get what I thought was a 'workable' formula but the list is not triggering. Can someone who knows what they are doing please take a look and help me figure out what I'm doing wrong?<br />
<br />
- Del<br />
<br />
View<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define('TESTApp.view.InfoList', {<br />
&nbsp; &nbsp; extend: 'Ext.List',<br />
&nbsp; &nbsp; xtype: 'infolist',<br />
&nbsp; &nbsp; requires: ['TESTApp.store.Infos'],<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; config: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; title: 'Information',<br />
&nbsp; &nbsp; &nbsp; &nbsp; itemTpl: '{Department}',<br />
&nbsp; &nbsp; &nbsp; &nbsp; store: 'Infos',<br />
&nbsp; &nbsp; &nbsp; &nbsp; onItemDisclosure: true<br />
&nbsp; &nbsp; }<br />
});</code><hr />
</div> Store<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define('TESTApp.store.Infos', {<br />
&nbsp; &nbsp; extend: 'Ext.data.Store',<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; config: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; model: 'TESTApp.model.Info',<br />
&nbsp; &nbsp; &nbsp; &nbsp; data: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { Department: &quot;Biz&quot;,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Phone: &quot;123&quot;,&nbsp; &nbsp;  Email: &quot;biz@domain.com&quot;},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { Department: &quot;Walk&quot;,&nbsp; &nbsp;  Phone: &quot;123&quot;,&nbsp; &nbsp;  Email: &quot;walk@domain.com&quot;},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { Department: &quot;Lost&quot;,&nbsp; &nbsp; &nbsp; &nbsp;  Phone: &quot;123&quot;,&nbsp; &nbsp;  Email: &quot;lost@domain.com&quot;},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { Department: &quot;Rol&quot;,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Phone: &quot;123&quot;,&nbsp; &nbsp;  Email: &quot;rol@domain.com&quot;},<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { Department: &quot;Records&quot;,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Phone: &quot;123&quot;,&nbsp; &nbsp;  Email: &quot;records@domain.com&quot;}<br />
&nbsp; &nbsp; &nbsp; &nbsp; ]<br />
&nbsp; &nbsp; }<br />
});</code><hr />
</div> Model<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define('TESTApp.model.Info', {<br />
&nbsp; &nbsp; extend: 'Ext.data.Model',<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; config: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; fields: ['Department', 'Phone', 'Email']<br />
&nbsp; &nbsp; }<br />
});</code><hr />
</div> Attempt at a Controller<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define('TESTApp.controller.Info', {<br />
&nbsp; &nbsp; extend: 'Ext.app.Controller',<br />
<br />
<br />
&nbsp; &nbsp; config: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; refs: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; info: 'infolist',<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; },<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; listeners: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; info:function(data,index,item,e){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var Department =&nbsp; &nbsp;  data.getstore().getAt(index);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var Phone =&nbsp; &nbsp; &nbsp; &nbsp;  data.getstore().getAt(index);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var Email =&nbsp; &nbsp; &nbsp; &nbsp;  data.getstore().getAt(index);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.overlay = new Ext.Panel({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; modal:true,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; centered:true,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; floating:true,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: 250,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:250,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; styleHtmlContent:true,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dockedItems:[{xtype:'toolbar', title:department}],<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dock:'top',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; html:'&lt;div style=&quot;margin-bottom:10px;&quot;&gt;&lt;b&gt;Phone: &lt;/b&gt;' + phone + &quot;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Email: &lt;/b&gt;&lt;br/&gt;&quot; + email + &quot;&lt;/div&gt;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.overlay.show('pop')<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  }<br />
&nbsp; &nbsp; &nbsp;  }<br />
});</code><hr />
</div> Current infolist view attached</div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/png.gif" alt="File Type: png" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43966&amp;d=1369365333">infolist.png&lrm;</a> 
(14.2 KB)
</li> 
			</ul>
			</fieldset>
	

	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>dhaze</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264387-OnItemTap-List-not-firing-no-MVC-examples-found.-Help</guid>
		</item>
		<item>
			<title>Who to change a form from display to edit using CSS</title>
			<link>http://www.sencha.com/forum/showthread.php?264375-Who-to-change-a-form-from-display-to-edit-using-CSS&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 21:38:52 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I have a form which needs to be displayed in two formats: 
1) Display format where the data is displayed as labels and text [Name : Foo Bar]...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a form which needs to be displayed in two formats:<br />
1) Display format where the data is displayed as labels and text [Name : Foo Bar]<br />
2) Edit format where the data is displayed in textfields<br />
<br />
I thought I could use the 'editable' property of the textfield alongside some CSS style to change from one display to the other but it seams that textfield are not affected by the CSS. Setting the border, background-color .... had no effect on the textfield.<br />
<br />
Is there an easy way to get that effect in Sencha and CSS or do I need to create two separate forms to do that ?<br />
<br />
Thanks<br />
<br />
Erez</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>ehboym</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264375-Who-to-change-a-form-from-display-to-edit-using-CSS</guid>
		</item>
		<item>
			<title><![CDATA[who to connect a xtype: 'label' to a form record]]></title>
			<link>http://www.sencha.com/forum/showthread.php?264374-who-to-connect-a-xtype-label-to-a-form-record&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 21:32:37 GMT</pubDate>
			<description><![CDATA[Hi,   
 
I'm trying to create a form which has a label displaying some data from the form's record.   
 
I have:  
 
Code: 
--------- 
   
{]]></description>
			<content:encoded><![CDATA[<div>Hi,  <br />
<br />
I'm trying to create a form which has a label displaying some data from the form's record.  <br />
<br />
I have: <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; <br />
{<br />
&nbsp; &nbsp;  xtype: 'formpanel',<br />
&nbsp; &nbsp;  ...........<br />
&nbsp; &nbsp;  items: [<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xtype: 'label',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name: 'FullName',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ........<br />
&nbsp; &nbsp;  ]<br />
&nbsp;}</code><hr />
</div> I'm setting the form's record so if I change the xtype to 'textfield' I do get the data displayed but I cant find a way for a xtype label to be connected to the FullName field in the record.  <br />
<br />
Any ideas on who I can connect that label ? <br />
<br />
Is it possible to link an image src to a record ?<br />
<br />
 Thanks <br />
<br />
 Erez</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>ehboym</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264374-who-to-connect-a-xtype-label-to-a-form-record</guid>
		</item>
		<item>
			<title>Feature Tour Help</title>
			<link>http://www.sencha.com/forum/showthread.php?264372-Feature-Tour-Help&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 21:12:30 GMT</pubDate>
			<description>Does Sencha Touch have a capability to add a feature tour to your mobile app similar to this jQuery plugin:...</description>
			<content:encoded><![CDATA[<div>Does Sencha Touch have a capability to add a feature tour to your mobile app similar to this jQuery plugin: <a href="http://zurb.com/playground/jquery-joyride-feature-tour-plugin" target="_blank" rel="nofollow">http://zurb.com/playground/jquery-jo...re-tour-plugin</a>?  If not, do you recommend one that works well with ST 2.2?<br />
<br />
Thanks,<br />
Lou</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>locutusUT</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264372-Feature-Tour-Help</guid>
		</item>
		<item>
			<title>Client Side Paging</title>
			<link>http://www.sencha.com/forum/showthread.php?264352-Client-Side-Paging&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 18:00:28 GMT</pubDate>
			<description>Hey guys! 
 
Is there anyway to do a paging control at client side?</description>
			<content:encoded><![CDATA[<div>Hey guys!<br />
<br />
Is there anyway to do a paging control at client side?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>FlavioRamos1987</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264352-Client-Side-Paging</guid>
		</item>
		<item>
			<title>Touch 2.2.1 Sql Proxy not working for auto fields?</title>
			<link>http://www.sencha.com/forum/showthread.php?264344-Touch-2.2.1-Sql-Proxy-not-working-for-auto-fields&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 17:18:34 GMT</pubDate>
			<description><![CDATA[Can anyone confirm whether the new sql proxy is working for auto fields?  I have searched the forum, but could not find any references so I'm hoping...]]></description>
			<content:encoded><![CDATA[<div>Can anyone confirm whether the new sql proxy is working for auto fields?  I have searched the forum, but could not find any references so I'm hoping I am wrong!  <br />
<br />
What I see....<br />
<br />
When using the sql proxy on a store which I previous used Localstorage successfully, I run into the problem that all the auto type model fields (objects, arrays etc) gets stored on the sql DB as &quot;[object] [object]&quot; which it typically an encoding problem.  My first reflex was to implement encode/decode functions with JSON encoder, but looking at the proxy code I see that it does not implement the encoding/decoding capability of the &quot;normal&quot; sencha proxies.  <br />
<br />
So...  Is this a known issue?  Am I missing something?<br />
<br />
Thanks</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?90-Sencha-Touch-2.x-Q-amp-A"><![CDATA[Sencha Touch 2.x: Q&A]]></category>
			<dc:creator>nbester</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264344-Touch-2.2.1-Sql-Proxy-not-working-for-auto-fields</guid>
		</item>
	</channel>
</rss>
