Search Type: Posts; User: giovannicandido
Search: Search took 0.03 seconds.
-
16 Oct 2012 11:11 AM
- Replies
- 117
- Views
- 70,104
The way mask does, it is not possible make an email mask. Because the mask have to be the number of input characters, for example, a mask of 9999 have to be 4 digits. Not possible do the same as...
-
4 Sep 2012 10:04 AM
Jump to post Thread: File Upload response Bug by giovannicandido
- Replies
- 2
- Views
- 782
The problem is that when using filefield the response needs to be html. My response is with content-type: application/json and is picked up by spring. Even if the response are the same ("{success:...
-
4 Sep 2012 7:44 AM
Jump to post Thread: File Upload response Bug by giovannicandido
- Replies
- 2
- Views
- 782
I try upload an file in a form using ExtJS 4.1.1
The upload is sucess but the response is not bean reader. I get the follow error in firebug:
TypeError: result is undefinedif (result !== true... -
28 Dec 2011 11:27 AM
- Replies
- 117
- Views
- 70,104
I create a project to build ExtJS extensions. And put this InputTextMask in them.
The version works with Extjs 4.
The project is in: https://bitbucket.org/giovanni/extjs/ -
22 Dec 2011 3:04 PM
- Replies
- 8
- Views
- 2,690
Or better:
mostrarDetalhes: function(grid, record){
var tpl = new Ext.XTemplate(
'<tpl for=".">',
'<div class="endereco">',
'<p><span class="titulo">Endereço - {#}</span></p>',... -
22 Dec 2011 2:03 PM
- Replies
- 8
- Views
- 2,690
How I made this works:
mostrarDetalhes: function(grid, record){
var tpl = new Ext.XTemplate(
'<tpl for=".">',
'<div class="endereco">',
'<p><span class="titulo">Endereço -... -
22 Dec 2011 12:04 PM
- Replies
- 8
- Views
- 2,690
I'm trying to update an panel with template generated of a model:
mostrarDetalhes: function(grid, record){
var tpl = new Ext.XTemplate(
'<tpl for=".">',
... -
3 Aug 2011 1:03 PM
- Replies
- 7
- Views
- 6,726
The solution is simply use the load method of the proxy:
secondStoreProxy.load({
params: {
stakeholderId : idvalue
}
}); -
2 Aug 2011 9:46 AM
- Replies
- 7
- Views
- 6,726
If make the request and add to the store the records are mark dirty and when the user do another operation like an delete the stores sync and send create requests to the server. :(
-
2 Aug 2011 9:13 AM
- Replies
- 7
- Views
- 6,726
I have same question but for me I want do this programatic.
The way you ask can be static, if so, you can pass this in url (like url : 'mappedContactTypes.htm&stakeholderid=11',)
But I think you... -
4 Jul 2011 10:08 AM
- Replies
- 4
- Views
- 1,486
I'am using the api in store:
Ext.define('ICEISI.ADM.store.Usuarios',{
extend: 'Ext.data.Store',
model: 'ICEISI.ADM.model.Usuario',
autoLoad: true,
proxy: {
type: 'ajax',
...
Results 1 to 11 of 11
