Search Type: Posts; User: willyaguirre
Search: Search took 0.02 seconds.
-
31 Jul 2012 9:14 AM
Jump to post Thread: problem with json by willyaguirre
- Replies
- 5
- Views
- 441
but I can't populate grid.
proxy: {
type: 'jsonp',
url: 'http://vivid-sunset-6133.herokuapp.com/bars.json',
reader: {
type: 'json' -
31 Jul 2012 9:07 AM
Jump to post Thread: problem with json by willyaguirre
- Replies
- 5
- Views
- 441
but json has this form.
[
{
"name": "All your base are belong to us",
"id": 1
},
{ -
31 Jul 2012 5:52 AM
Jump to post Thread: problem with json by willyaguirre
- Replies
- 5
- Views
- 441
I'm using sencha extjs 4.1
Ext.define('VE.model.Usuario', {
extend: 'Ext.data.Model',
fields: ['name', 'id']
}); -
25 Jul 2012 12:33 PM
Jump to post Thread: problem with sjon by willyaguirre
- Replies
- 4
- Views
- 372
{
"users-result":{
"count":"4",
"users":[
{
"user":{
"username":"Willy",
"password":"1234",
... -
25 Jul 2012 8:26 AM
Jump to post Thread: problem with sjon by willyaguirre
- Replies
- 4
- Views
- 372
Ext.define('VE.store.Stusuario', {
extend: 'Ext.data.Store',
model: 'VE.model.Usuario',
autoLoad: true,
proxy: {
type: 'ajax',
url:... -
23 Jul 2012 7:57 AM
- Replies
- 2
- Views
- 843
I am trying to understand MVC Architecture.
I tryed with this.
defaultType: 'textfield',
items: [
{ -
19 Jul 2012 10:05 AM
- Replies
- 2
- Views
- 843
view
Ext.define('VE.view.edit.Dusuario', {
extend: 'Ext.form.Panel',
alias: 'widget.editusuario',
bodyPadding: 5, -
16 Jul 2012 9:16 AM
Jump to post Thread: Help with ie6 by willyaguirre
- Replies
- 1
- Views
- 292
I don't know why sencha extjs 4.1 I can't see on IE6
-
12 Jul 2012 10:18 AM
Jump to post Thread: Problem with splitbutton by willyaguirre
- Replies
- 2
- Views
- 518
Have a look please
http://pastebin.com/bmjDtK26 -
12 Jul 2012 10:12 AM
Jump to post Thread: Problem with splitbutton by willyaguirre
- Replies
- 2
- Views
- 518
Have a look please :D
http://pastebin.com/bmjDtK26
Results 1 to 10 of 10
