Search Type: Posts; User: sirwanimayur
Search: Search took 0.01 seconds.
-
18 Jan 2013 2:17 AM
Jump to post Thread: Ext.ux.touch.Rating by sirwanimayur
- Replies
- 6
- Views
- 2,793
First of all congratulations to you for such a great extension.
How can we define the listeners for this. Can you please prove the same for this ~o)
I found only change event...any events apart... -
28 Dec 2012 2:48 AM
- Replies
- 1
- Views
- 223
here is my model
Ext.define('OfferDrive.model.StoreCategories',{
extend:'Ext.data.Model',
config:{
idProperty: 'Id',
fields:[
{name: 'Id', type: 'int'},
{name: 'Name', type:... -
19 Dec 2012 9:17 PM
Jump to post Thread: Data not coming from jsonp by sirwanimayur
- Replies
- 9
- Views
- 560
Ohk
Any idea if I can read this data as string and then parse it to json and display it on the client side itself? -
19 Dec 2012 9:11 PM
Jump to post Thread: Data not coming from jsonp by sirwanimayur
- Replies
- 9
- Views
- 560
That is some external API I'm using, I cant edit that
-
19 Dec 2012 8:59 PM
Jump to post Thread: Data not coming from jsonp by sirwanimayur
- Replies
- 9
- Views
- 560
So that means I wont be able to show this data on list?? :(
any way on how to achieve this? (:| -
19 Dec 2012 10:26 AM
Jump to post Thread: Data not coming from jsonp by sirwanimayur
- Replies
- 9
- Views
- 560
console has no error, just a warning, the server returned ot as a script but changing it to text/html or some kind of this...
i'm getting this response when i hit url on browser
... -
19 Dec 2012 3:51 AM
Jump to post Thread: Data not coming from jsonp by sirwanimayur
- Replies
- 9
- Views
- 560
Not able to see any data in this list :(
Any guess why it is not working
Ext.define("StockWatch.view.MarketList", { extend: "Ext.dataview.List",
requires: "Ext.plugin.PullRefresh",
...
Results 1 to 7 of 7
